projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a054983
)
The inode number can be an integer.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 May 1997 06:22:30 +0000
(06:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 May 1997 06:22:30 +0000
(06:22 +0000)
lispref/files.texi
patch
|
blob
|
history
diff --git
a/lispref/files.texi
b/lispref/files.texi
index 950eea2c2affc6e08409f28eb22602faf8927c34..c951456951a92891d741736a8afe684c16bd1ff4 100644
(file)
--- a/
lispref/files.texi
+++ b/
lispref/files.texi
@@
-964,7
+964,10
@@
as in @samp{ls -l}.
deleted and recreated; @code{nil} otherwise.
@item
-The file's inode number.
+The file's inode number. If possible, this is an integer. If the inode
+number is too large to be represented as an integer in Emacs Lisp, then
+the value has the form @code{(@var{high} . @var{low})}, where @var{low}
+holds the low 16 bits.
@item
The file system number of the file system that the file is in. This